home *** CD-ROM | disk | FTP | other *** search
/ MykoCD / CD [MykoCD].bin / MSSF / cookbook / .htaccess next >
Encoding:
Text File  |  2000-02-03  |  140 b   |  8 lines

  1. AuthUserFile /home/m/ms/mssf/.htpasswd
  2. AuthGroupFile /dev/null
  3. AuthName Protected
  4. AuthType Basic
  5. <Limit GET>
  6. require user cookbook
  7. </Limit>
  8.